简体中文
getdate() 函数返回某个时间戳或者当前本地的日期/时间的日期/时间信息。
getdate()
返回当前本地的日期/时间的日期/时间信息:
<?php print_r(getdate()); ?>
亲自试一试
getdate(timestamp);